Nuevo León
Robot Dogs Are on Going on Patrol at the 2026 World Cup in Mexico
The Mexican city of Guadalupe, which will host portions of the 2026 World Cup, recently showed off four new robot dogs that will help provide security during matches at BBVA Stadium. The K9-X "robodogs" will help officers patrol during the 2026 World Cup this summer. Authorities in Mexico's Guadalupe, Nuevo León, this week unveiled four robot dogs that will be part of the security devices at BBVA Stadium, one of the three Mexican venues of the 2026 World Cup . The robot dogs are not armed, but each unit incorporates video cameras, night vision, and communication systems that are used to issue warnings or instructions. Its function is to deter illegal activity, detect unusual behavior, identify suspicious objects, control crowds, and immediately alert law enforcement when the system deems necessary. Robot dogs operate semi-autonomously: They do not make decisions or execute movements on their own.
- North America > Mexico > Nuevo León (0.25)
- North America > United States > Minnesota > Hennepin County > Minneapolis (0.06)
- South America > Venezuela (0.05)
- (3 more...)
- Information Technology > Artificial Intelligence > Robots (1.00)
- Information Technology > Artificial Intelligence > Games > Go (0.42)
VocalBench-DF: A Benchmark for Evaluating Speech LLM Robustness to Disfluency
Liu, Hongcheng, Hou, Yixuan, Liu, Heyang, Wang, Yuhao, Wang, Yanfeng, Wang, Yu
While Speech Large Language Models (Speech-LLMs) show strong performance in many applications, their robustness is critically under-tested, especially to speech disfluency. Existing evaluations often rely on idealized inputs, overlooking common disfluencies, particularly those associated with conditions like Parkinson's disease. This work investigates whether current Speech-LLMs can maintain performance when interacting with users who have speech impairments. To facilitate this inquiry, we introduce VocalBench-DF, a framework for the systematic evaluation of disfluency across a multi-dimensional taxonomy. Our evaluation of 22 mainstream Speech-LLMs reveals substantial performance degradation, indicating that their real-world readiness is limited. Further analysis identifies phoneme-level processing and long-context modeling as primary bottlenecks responsible for these failures. Strengthening recognition and reasoning capability from components and pipelines can substantially improve robustness. These findings highlight the urgent need for new methods to improve disfluency handling and build truly inclusive Speech-LLMs
- Asia > Japan > Honshū > Kantō > Tokyo Metropolis Prefecture > Tokyo (0.14)
- Europe > France (0.05)
- North America > Canada (0.04)
- (30 more...)
- Information Technology (0.68)
- Government > Regional Government > North America Government > United States Government (0.46)
- Health & Medicine > Therapeutic Area > Neurology > Parkinson's Disease (0.34)
- Health & Medicine > Therapeutic Area > Musculoskeletal (0.34)
Multilingual Hope Speech Detection: A Comparative Study of Logistic Regression, mBERT, and XLM-RoBERTa with Active Learning
Abiola, T. O., Abiodun, K. D., Olumide, O. E., Adebanji, O. O., Calvo, O. Hiram, Sidorov, Grigori
Hope speech language that fosters encouragement and optimism plays a vital role in promoting positive discourse online. However, its detection remains challenging, especially in multilingual and low-resource settings. This paper presents a multilingual framework for hope speech detection using an active learning approach and transformer-based models, including mBERT and XLM-RoBERTa. Experiments were conducted on datasets in English, Spanish, German, and Urdu, including benchmark test sets from recent shared tasks. Our results show that transformer models significantly outperform traditional baselines, with XLM-RoBERTa achieving the highest overall accuracy. Furthermore, our active learning strategy maintained strong performance even with small annotated datasets. This study highlights the effectiveness of combining multilingual transformers with data-efficient training strategies for hope speech detection.
- Asia > Middle East > UAE > Abu Dhabi Emirate > Abu Dhabi (0.14)
- South America (0.04)
- North America > United States > New Mexico > Santa Fe County > Santa Fe (0.04)
- (6 more...)
Enhancing Factual Accuracy and Citation Generation in LLMs via Multi-Stage Self-Verification
García, Fernando Gabriela, Shi, Qiyang, Feng, Zilin
This research introduces VeriFact-CoT (Verified Factual Chain-of-Thought), a novel method designed to address the pervasive issues of hallucination and the absence of credible citation sources in Large Language Models (LLMs) when generating complex, fact-sensitive content. By incorporating a multi-stage mechanism of 'fact verification-reflection-citation integration,' VeriFact-CoT empowers LLMs to critically self-examine and revise their intermediate reasoning steps and final answers. This process significantly enhances the objective accuracy, trustworthiness, and traceability of the generated outputs, making LLMs more reliable for applications demanding high fidelity such as scientific research, news reporting, and legal consultation.
- Europe > Spain (0.05)
- Europe > United Kingdom > England (0.04)
- Europe > France (0.04)
- (3 more...)
To Explain Or Not To Explain: An Empirical Investigation Of AI-Based Recommendations On Social Media Platforms
Haque, AKM Bahalul, Islam, A. K. M. Najmul, Mikalef, Patrick
AI based social media recommendations have great potential to improve the user experience. However, often these recommendations do not match the user interest and create an unpleasant experience for the users. Moreover, the recommendation system being a black box creates comprehensibility and transparency issues. This paper investigates social media recommendations from an end user perspective. For the investigation, we used the popular social media platform Facebook and recruited regular users to conduct a qualitative analysis. We asked participants about the social media content suggestions, their comprehensibility, and explainability. Our analysis shows users mostly require explanation whenever they encounter unfamiliar content and to ensure their online data security. Furthermore, the users require concise, non-technical explanations along with the facility of controlled information flow. In addition, we observed that explanations impact the users perception of transparency, trust, and understandability. Finally, we have outlined some design implications and presented a synthesized framework based on our data analysis.
- Research Report (1.00)
- Questionnaire & Opinion Survey (1.00)
- Personal > Interview (0.46)
- Information Technology > Services (1.00)
- Information Technology > Security & Privacy (1.00)
- Information Technology > Security & Privacy (1.00)
- Information Technology > Communications > Social Media (1.00)
- Information Technology > Artificial Intelligence > Representation & Reasoning > Personal Assistant Systems (1.00)
- Information Technology > Artificial Intelligence > Natural Language > Explanation & Argumentation (1.00)
Nearest-Better Network for Visualizing and Analyzing Combinatorial Optimization Problems: A Unified Tool
Diao, Yiya, Li, Changhe, Zeng, Sanyou, Cai, Xinye, Luo, Wenjian, Yang, Shengxiang, Coello, Carlos A. Coello
The Nearest-Better Network (NBN) is a powerful method to visualize sampled data for continuous optimization problems while preserving multiple landscape features. However, the calculation of NBN is very time-consuming, and the extension of the method to combinatorial optimization problems is challenging but very important for analyzing the algorithm's behavior. This paper provides a straightforward theoretical derivation showing that the NBN network essentially functions as the maximum probability transition network for algorithms. This paper also presents an efficient NBN computation method with logarithmic linear time complexity to address the time-consuming issue. By applying this efficient NBN algorithm to the OneMax problem and the Traveling Salesman Problem (TSP), we have made several remarkable discoveries for the first time: The fitness landscape of OneMax exhibits neutrality, ruggedness, and modality features. The primary challenges of TSP problems are ruggedness, modality, and deception. Two state-of-the-art TSP algorithms (i.e., EAX and LKH) have limitations when addressing challenges related to modality and deception, respectively. LKH, based on local search operators, fails when there are deceptive solutions near global optima. EAX, which is based on a single population, can efficiently maintain diversity. However, when multiple attraction basins exist, EAX retains individuals within multiple basins simultaneously, reducing inter-basin interaction efficiency and leading to algorithm's stagnation.
- North America > United States > Oregon > Multnomah County > Portland (0.04)
- North America > United States > California > San Diego County > San Diego (0.04)
- North America > Mexico > Nuevo León > Monterrey (0.04)
- (8 more...)
Automated planning with ontologies under coherence update semantics (Extended Version)
Borgwardt, Stefan, Nhu, Duy, Röger, Gabriele
Standard automated planning employs first-order formulas under closed-world semantics to achieve a goal with a given set of actions from an initial state. We follow a line of research that aims to incorporate background knowledge into automated planning problems, for example, by means of ontologies, which are usually interpreted under open-world semantics. We present a new approach for planning with DL-Lite ontologies that combines the advantages of ontology-based action conditions provided by explicit-input knowledge and action bases (eKABs) and ontology-aware action effects under the coherence update semantics. We show that the complexity of the resulting formalism is not higher than that of previous approaches and provide an implementation via a polynomial compilation into classical planning. An evaluation of existing and new benchmarks examines the performance of a planning system on different variants of our compilation.
- South America > Chile > Santiago Metropolitan Region > Santiago Province > Santiago (0.04)
- Europe > Switzerland > Basel-City > Basel (0.04)
- Europe > Spain > Galicia > A Coruña Province > Santiago de Compostela (0.04)
- (6 more...)
An efficient plant disease detection using transfer learning approach
Sambana, Bosubabu, Nnadi, Hillary Sunday, Wajid, Mohd Anas, Fidelia, Nwosu Ogochukwu, Camacho-Zuñiga, Claudia, Ajuzie, Henry Dozie, Onyema, Edeh Michael
Plant diseases pose significant challenges to farmers and the agricultural sector at large. However, early detection of plant diseases is crucial to mitigating their effects and preventing widespread damage, as outbreaks can severely impact the productivity and quality of crops. With advancements in technology, there are increasing opportunities for automating the monitoring and detection of disease outbreaks in plants. This study proposed a system designed to identify and monitor plant diseases using a transfer learning approach. Specifically, the study utilizes YOLOv7 and YOLOv8, two state-ofthe-art models in the field of object detection. By fine-tuning these models on a dataset of plant leaf images, the system is able to accurately detect the presence of Bacteria, Fungi and Viral diseases such as Powdery Mildew, Angular Leaf Spot, Early blight and Tomato mosaic virus. The model's performance was evaluated using several metrics, including mean Average Precision (mAP), F1-score, Precision, and Recall, yielding values of 91.05, 89.40, 91.22, and 87.66, respectively. The result demonstrates the superior effectiveness and efficiency of YOLOv8 compared to other object detection methods, highlighting its potential for use in modern agricultural practices. The approach provides a scalable, automated solution for early any plant disease detection, contributing to enhanced crop yield, reduced reliance on manual monitoring, and supporting sustainable agricultural practices.
- Africa > Nigeria > Enugu State > Nsukka (0.04)
- North America > Mexico > Nuevo León > Monterrey (0.04)
- Asia > India > Tamil Nadu > Chennai (0.04)
- (4 more...)
Comparison of ConvNeXt and Vision-Language Models for Breast Density Assessment in Screening Mammography
Molina-Román, Yusdivia, Gómez-Ortiz, David, Menasalvas-Ruiz, Ernestina, Tamez-Peña, José Gerardo, Santos-Díaz, Alejandro
--Mammographic breast density classification is essential for cancer risk assessment but remains challenging due to subjective interpretation and inter-observer variability. This study compares multimodal and CNN-based methods for automated classification using the BI-RADS system, evaluating BioMedCLIP and ConvNeXt across three learning scenarios: zero-shot classification, linear probing with textual descriptions, and fine-tuning with numerical labels. Results show that zero-shot classification achieved modest performance, while the fine-tuned ConvNeXt model outperformed the BioMedCLIP linear probe. Although linear probing demonstrated potential with pretrained embeddings, it was less effective than full fine-tuning. These findings suggest that despite the promise of multimodal learning, CNN-based models with end-to-end fine-tuning provide stronger performance for specialized medical imaging. The study underscores the need for more detailed textual representations and domain-specific adaptations in future radiology applications. Accurate breast density classification plays a critical role in assessing breast cancer risk.
- North America > Mexico > Nuevo León > Monterrey (0.05)
- Europe > Spain > Galicia > Madrid (0.05)
- North America > Mexico > Mexico City > Mexico City (0.04)
- Asia > Singapore (0.04)
- Health & Medicine > Diagnostic Medicine > Imaging (1.00)
- Health & Medicine > Therapeutic Area > Oncology > Breast Cancer (0.73)
Optimism, Expectation, or Sarcasm? Multi-Class Hope Speech Detection in Spanish and English
Butt, Sabur, Balouchzahi, Fazlourrahman, Amjad, Ahmad Imam, Amjad, Maaz, Ceballos, Hector G., Jimenez-Zafra, Salud Maria
Hope is a complex and underexplored emotional state that plays a significant role in education, mental health, and social interaction. Unlike basic emotions, hope manifests in nuanced forms ranging from grounded optimism to exaggerated wishfulness or sarcasm, making it difficult for Natural Language Processing systems to detect accurately. This study introduces PolyHope V2, a multilingual, fine-grained hope-speech dataset comprising over 30,000 annotated tweets in English and Spanish. This resource distinguishes between four hope sub-types--Generalized, Realistic, Unrealistic, and Sarcastic--and enhances existing datasets by explicitly labeling sarcastic instances. We benchmark multiple pre-trained transformer models and compare them with large language models (LLMs) such as GPT-4 and Llama 3 under zero-shot and few-shot regimes. Through qualitative analysis and confusion matrices, we highlight systematic challenges in separating closely related hope subtypes. The dataset and results provide a robust foundation for future emotion recognition tasks that demand greater semantic and contextual sensitivity across languages. Keywords: Hope Speech Detection, Sarcasm Detection, Multilingual NLP, Emotion Recognition, Fine-grained Sentiment Analysis 1 Introduction Recent improvements in Natural Language Processing (NLP) have enhanced applications in sentiment analysis, mental health assessments, social media monitoring, and educational platforms [1-5]. Despite recent progress, a persistent challenge in emotion recognition lies in identifying subtle and complex emotions, particularly hope, which is often overlooked in standard emotion taxonomies [6].
- North America > United States > Texas > Lubbock County > Lubbock (0.04)
- North America > Mexico > Nuevo León > Monterrey (0.04)
- Europe > United Kingdom > England > Oxfordshire > Oxford (0.04)
- (2 more...)